home *** CD-ROM | disk | FTP | other *** search
/ Clipart for Kids / Clipart For Kids.iso / NOTES / TROUBLE.TXT < prev   
Text File  |  1997-02-17  |  14KB  |  298 lines

  1.  
  2. ==================================================================
  3.             T R O U B L E - S H O O T I N G    G U I D E
  4. ==================================================================
  5.  
  6. IF YOU RUN ANY PROGRAM UNDER WINDOWS' 95, MAKE SURE YOU TURN OFF
  7. THE SCREEN SAVER OPTION.  You also need 16Mb of RAM, to be on the
  8. safe side.  
  9.  
  10. SOME PROGRAMS ON THIS CD-ROM ARE FOR WINDOWS'NT, 95, LINUX, UNIX,
  11. AND MAC (file extensions .TAR, HQX, etc), YOUR SYSTEM WILL NOT
  12. BE ABLE TO READ THESE FILES IF YOU USE WINDOWS 3.1X.  IT MAY
  13. EVEN MISTAKENLY REPORT CD-ROM ERROR WHEN ENCOUNTER FILE NAMES
  14. LONGER THAN 8 LETTERS. UPGRADE YOUR WINDOWS TO WIN'95 TO FIX 
  15. THIS PROBLEM.
  16.  
  17.  
  18. IF YOUR USE DOS 6.XX, MAKE SURE YOUR CONFIG.SYS HAS THIS LINE:
  19. SHELL=C:\DOS\COMMAND.COM C:\DOS /P /E:345
  20.  
  21. You PC may not be able to lauch or recognize small batch file
  22. without the above command line.
  23.  
  24. 1.  Problem due to insufficient RAM to load program.
  25. Symptoms:  "Not enough memory to load program"
  26. Suggestions:
  27. a.  Install more memory
  28. b.  Run MemMaker (from MS-DOS 6.x) to optimize your memory setting
  29. or use any memory manager to reconfigure your system.
  30. c.  Remove as many as non-essential drivers and TSR programs.
  31. d.  If running Windows programs, close as many Windows as possible.
  32.  
  33. 2.  Problems due to programs try writing to the CDROM.
  34. (CD is a READ-ONLY device, cannot be written to)
  35. Correction:  Some programs need to update score or data files when you
  36. exit the program.  Your computer may hang or give an error message when
  37. the program tries writing to the CDROM.  Either ignore the error and 
  38. reset the system OR copy program to hard drive.
  39.  
  40. 3.  Certain programs or games, especially the graphics-intensive ones, 
  41. tends to take a long time to load program into screen, WHY?  
  42. How to speed it up?
  43. Answer:  The access time of most double speed CD-ROM drive is about
  44. 200- 300ms (compare to hard drives' 10- 30ms), so it is a lot SLOWER
  45. when loading big programs.  You may want to get a quad-speed CD-ROM
  46. or install cache program that will speed up CD-ROM drive.  Note that
  47. not every cache program speeds up CDROM access time.
  48.  
  49. 4.  Some games or program run fine on its existing settings, 
  50. it freezes, hangs, or give a disk error or I/O error message when 
  51. I try to change its setting.
  52. Answer:  Since CD is a READ-ONLY media, game settings that have been
  53. written onto it cannot be changed.  You get the above symptoms if you
  54. try to change it.  Either run the program as is OR copy it onto your
  55. hard disk, then you can change its setting without problem.
  56.  
  57. 5.  Program still freezes or gives "I/O error" or "Access Denied"
  58. messages even after I have copied program from CD-ROM to my 
  59. hard disk.
  60. Answer:  The file attribute of the programs is set to "R" (read-only)
  61. when they are copied to the CD-ROM.  You have copied these files
  62. with the "R" attribute.  If you don't remove the "R" attribute, your
  63. PC will not be able to write or update certain data files and give
  64. you I/O and access error messages. Run the following command 
  65. to remove the "R" attribute:
  66.        ATTRIB *.* -R /S
  67.  
  68. 6.  Program does not run properly even though I did what are
  69. suggested in #5.
  70. Answer:  Some programs may need an "actual install" (install 
  71. under certain designated directory name or create sub-directories
  72. in a certain order).  Try looking for any file with names like
  73. INSTALL.EXE, INSTALL.BAT, or INST???.exe; run the file and
  74. do an installation to ANOTHER subdirectory.  Also read any
  75. .DOC or .TXT file for instructions.
  76.  
  77. 7. How to figure out the playing commands?
  78. Answer: There are two ways:
  79. a.  Most programs has a help key, "F1" is the most popular one.
  80. The help key will give you command summary and other essential info.
  81. So look for the help key on your screen.  If no help key is found,
  82. see if you can found a cursor on screen.  You may control the cursor
  83. with arrow keys or mouse.  Then try out different buttons or choices.
  84. b.  Exit the program and manually log into the subdirectory in which
  85. the game resides.  Look for any file with .DOC or .TXT extension and
  86. read it with DOS's EDIT or the LIST, SEE utility (copies in the NOTES
  87. sub-directory). Most games comes with instructions in the form of 
  88. README file, or README.TXT, or README.DOC, or MANUAL.TXT, or 
  89. MANUAL.DOC.  You can print out the instruction with EDIT (from DOS), 
  90. or SEE or LIST or your favorite word processor.
  91. For Windows programs, look for the files with .WRI extension, you
  92. can read it by simply "clicking" on the file.
  93.  
  94. 8.  How to EXIT or get out of certain games and demo?
  95. Answer:  Some software authors are too lazy to write the exit routine.
  96. Most common commands to get out of a program are:
  97.    ESC       F10
  98.    CTRL-X;   CTRL-Q;  CTRL-U;  CTRL-Break; CTRL-ESC;  CTRL-PRINT SCREEN
  99.    ALT-X;    ALT-Q;   ALT-ESC
  100.    F10       CTRL-ALT-DEL
  101. FOR WINDOWS: ATL-F4   
  102.  
  103. When everything fails, use CTRL-ALT-DEL keys.  DON'T use reset button
  104. when running WINDOWS, you may damage the hard disk.
  105.  
  106. 9.  Some games run fine under certain DOS version like DOS 5.0 and do
  107. not run under 6.0 or later.
  108. Suggestion:  Make sure you have this line "DEVICE=C:\DOS\SETVER.EXE" 
  109. in your CONFIG.SYS.  Then run SETVER to set the game program to the 
  110. DOS version that it will operate.  For example, if GAME.EXE will run
  111. under DOS 5 and you are using DOS 6, run this command:
  112.         C:>SETVER GAME.EXE 5.0
  113.  
  114. You need to reboot system for the changes to be effective.
  115. Refer to DOS manual on SETVER if you have any questions.
  116.  
  117. 10.  Problem due to insufficient video memory and incorrect video 
  118. card driver. (Some games require you to choose a video driver, 
  119. some high-resolution games need more than 512k video RAM)
  120. Symptoms:  There's no picture on screen, but the hard disk sounds like
  121.            it is retrieving something.
  122.            Strange colors in pictures.
  123. Correction:  If you have another VGA card, try it to see if problem 
  124. persists. Find a VGA card with more memory. Choose a different video 
  125. driver to see if problem goes away.
  126.  
  127. 11.  Problem due to pointing devices such as mouse and joystick
  128. (Some games won't run without a mouse)
  129. Correction:  Load the mouse driver and install a mouse.  If the mouse
  130. is jumpy or erratic, check if the mouse driver load is the correct one.
  131. Also check if serial port and/or mouse is defective or not.
  132.  
  133. 12.  Problems due to incorrect sound drivers, program crashes or
  134. refuses to run.
  135. Correction:  If the program assumes you have a sound card installed
  136. and you have none, run the setup or install utility of the program,
  137. select PC speaker or none (no sound card).  Then the program won't
  138. look for a sound card when running.
  139. If you have a sound card and the program reports no sound card or
  140. incorrect driver, re-install your sound card driver that comes with
  141. the card; check if problem goes away; if not; run the setup or install
  142. utility of the program.
  143.  
  144. 13.  Problems due to previous program has initialized a system 
  145. setting and "forget" to re-initialize the system when exiting
  146. down the programs.
  147. Symptoms:  Program A will run ONLY you have restart the computer;
  148. or Program A won't run if Program B is run before it.
  149. Correction:  When everything else fail to fix the problem, restart
  150. the computer and try again
  151.  
  152. 14.  Some games runs fine on its existing settings, it freezes, hangs,
  153. or give a disk error or I/O error message when I try to change its
  154. setting.
  155. Answer:  Since CD is a READ-ONLY media, game settings that have been
  156. written onto it cannot be changed.  You get the above symptoms if you
  157. try to change it.  Either play the games as is OR copy it onto your
  158. hard disk, then you can change its setting without problem.
  159.  
  160. 15.  I get "PATH NOT FOUND" error after runing the DESCENT game.
  161. Answer:  Descent re-initialize the path statement in the system
  162. in a way the default setting has changed.  Simply exit installation
  163. menu and type GO and enter again.
  164.  
  165. MOST OF THE PROBLEMS THAT YOU RUN INTO WILL GO AWAY WHEN YOU COPY
  166. THE PROGRAM ONTO THE HARD DRIVE, IF NOT, ALSO RUN "SETUP", OR 
  167. "CONFIG" TYPE PROGRAM/ UTILITY TO CHANGE THE DEFAULT SETTING TO
  168. THE ONE THAT MATCH